home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / 92052tar.gz / 920528.tar / kiss.h < prev    next >
C/C++ Source or Header  |  1992-05-28  |  576b  |  23 lines

  1. /* @(#) $Header: kiss.h,v 1.6 92/05/28 13:50:19 deyke Exp $ */
  2.  
  3. #ifndef _KISS_H
  4. #define _KISS_H
  5.  
  6. #ifndef _MBUF_H
  7. #include "mbuf.h"
  8. #endif
  9.  
  10. #ifndef _IFACE_H
  11. #include "iface.h"
  12. #endif
  13.  
  14. /* In kiss.c: */
  15. int kiss_free __ARGS((struct iface *ifp));
  16. int kiss_raw __ARGS((struct iface *iface,struct mbuf *data));
  17. void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
  18. int kiss_init __ARGS((struct iface *ifp,int vj));
  19. int32 kiss_ioctl __ARGS((struct iface *iface,int cmd,int set,int32 val));
  20. void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
  21.  
  22. #endif  /* _KISS_H */
  23.